case.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
{ .key = "software_version",
.type = &abstract_type_string_string_map,
.offset = offsetof(xen_host_record, software_version) },
- { .key = "resident_vms",
+ { .key = "resident_VMs",
.type = &abstract_type_ref_set,
.offset = offsetof(xen_host_record, resident_vms) },
- { .key = "pifs",
+ { .key = "PIFs",
.type = &abstract_type_ref_set,
.offset = offsetof(xen_host_record, pifs) },
- { .key = "host_cpus",
+ { .key = "host_CPUs",
.type = &abstract_type_ref_set,
.offset = offsetof(xen_host_record, host_cpus) }
};
{ .key = "name_description",
.type = &abstract_type_string,
.offset = offsetof(xen_network_record, name_description) },
- { .key = "vifs",
+ { .key = "VIFs",
.type = &abstract_type_ref_set,
.offset = offsetof(xen_network_record, vifs) },
- { .key = "pifs",
+ { .key = "PIFs",
.type = &abstract_type_ref_set,
.offset = offsetof(xen_network_record, pifs) },
{ .key = "default_gateway",
{ .key = "host",
.type = &abstract_type_ref,
.offset = offsetof(xen_pif_record, host) },
- { .key = "mac",
+ { .key = "MAC",
.type = &abstract_type_string,
.offset = offsetof(xen_pif_record, mac) },
- { .key = "mtu",
+ { .key = "MTU",
.type = &abstract_type_int,
.offset = offsetof(xen_pif_record, mtu) },
- { .key = "vlan",
+ { .key = "VLAN",
.type = &abstract_type_string,
.offset = offsetof(xen_pif_record, vlan) },
{ .key = "io_read_kbs",
{ .key = "name_description",
.type = &abstract_type_string,
.offset = offsetof(xen_sr_record, name_description) },
- { .key = "vdis",
+ { .key = "VDIs",
.type = &abstract_type_ref_set,
.offset = offsetof(xen_sr_record, vdis) },
{ .key = "virtual_allocation",
{ .key = "uuid",
.type = &abstract_type_string,
.offset = offsetof(xen_vbd_record, uuid) },
- { .key = "vm",
+ { .key = "VM",
.type = &abstract_type_ref,
.offset = offsetof(xen_vbd_record, vm) },
- { .key = "vdi",
+ { .key = "VDI",
.type = &abstract_type_ref,
.offset = offsetof(xen_vbd_record, vdi) },
{ .key = "device",
{ .key = "name_description",
.type = &abstract_type_string,
.offset = offsetof(xen_vdi_record, name_description) },
- { .key = "sr",
+ { .key = "SR",
.type = &abstract_type_ref,
.offset = offsetof(xen_vdi_record, sr) },
- { .key = "vbds",
+ { .key = "VBDs",
.type = &abstract_type_ref_set,
.offset = offsetof(xen_vdi_record, vbds) },
{ .key = "virtual_size",
{ .key = "network",
.type = &abstract_type_ref,
.offset = offsetof(xen_vif_record, network) },
- { .key = "vm",
+ { .key = "VM",
.type = &abstract_type_ref,
.offset = offsetof(xen_vif_record, vm) },
- { .key = "mac",
+ { .key = "MAC",
.type = &abstract_type_string,
.offset = offsetof(xen_vif_record, mac) },
- { .key = "mtu",
+ { .key = "MTU",
.type = &abstract_type_int,
.offset = offsetof(xen_vif_record, mtu) },
{ .key = "io_read_kbs",
{ .key = "actions_after_crash",
.type = &xen_on_crash_behaviour_abstract_type_,
.offset = offsetof(xen_vm_record, actions_after_crash) },
- { .key = "vifs",
+ { .key = "VIFs",
.type = &abstract_type_ref_set,
.offset = offsetof(xen_vm_record, vifs) },
- { .key = "vbds",
+ { .key = "VBDs",
.type = &abstract_type_ref_set,
.offset = offsetof(xen_vm_record, vbds) },
- { .key = "vtpms",
+ { .key = "VTPMs",
.type = &abstract_type_ref_set,
.offset = offsetof(xen_vm_record, vtpms) },
{ .key = "bios_boot",
.type = &abstract_type_string,
.offset = offsetof(xen_vm_record, bios_boot) },
- { .key = "platform_std_vga",
+ { .key = "platform_std_VGA",
.type = &abstract_type_bool,
.offset = offsetof(xen_vm_record, platform_std_vga) },
{ .key = "platform_serial",
{ .key = "grub_cmdline",
.type = &abstract_type_string,
.offset = offsetof(xen_vm_record, grub_cmdline) },
- { .key = "pci_bus",
+ { .key = "PCI_bus",
.type = &abstract_type_string,
.offset = offsetof(xen_vm_record, pci_bus) },
{ .key = "tools_version",
.type = &abstract_type_string_string_map,
.offset = offsetof(xen_vm_record, tools_version) },
- { .key = "otherconfig",
+ { .key = "otherConfig",
.type = &abstract_type_string_string_map,
.offset = offsetof(xen_vm_record, otherconfig) }
};
{ .key = "uuid",
.type = &abstract_type_string,
.offset = offsetof(xen_vtpm_record, uuid) },
- { .key = "vm",
+ { .key = "VM",
.type = &abstract_type_ref,
.offset = offsetof(xen_vtpm_record, vm) },
{ .key = "backend",